Skip to content

Fix coding standard issue on 3.2.x#2233

Merged
greg0ire merged 1 commit into
3.2.xfrom
copilot/fix-coding-standard-issue
May 18, 2026
Merged

Fix coding standard issue on 3.2.x#2233
greg0ire merged 1 commit into
3.2.xfrom
copilot/fix-coding-standard-issue

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 18, 2026

Summary

Fixes the coding standard violation in tests/Middleware/IdleConnectionMiddlewareTest.php where a fully-qualified class name was used inside a #[RequiresMethod] attribute instead of the already-imported alias.

The use statement aliasing \Symfony\Bridge\Doctrine\Middleware\IdleConnection\Driver as IdleConnectionDriver was already present on line 12 — the attribute just wasn't using it.

Changes

  • Replace \Symfony\Bridge\Doctrine\Middleware\IdleConnection\Driver::class with IdleConnectionDriver::class in the #[RequiresMethod] attribute

@greg0ire greg0ire marked this pull request as ready for review May 18, 2026 15:26
@greg0ire greg0ire merged commit 2873f16 into 3.2.x May 18, 2026
13 checks passed
@greg0ire greg0ire added this to the 3.2.3 milestone Jun 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants